home *** CD-ROM | disk | FTP | other *** search
/ Learning Games / Learning Games (1995)(Maple Media).iso / zgrafwin / bar.dat < prev    next >
Text File  |  1992-08-22  |  1KB  |  55 lines

  1.  
  2. ! ********************************************************************
  3. ! *  BAR.DAT -- Sample Data File for Constructing a Bar Graph         *
  4. ! ********************************************************************
  5.  
  6. ! ****************
  7. ! *  Graph Type  *
  8. ! ****************
  9.  
  10. #GRAPH_TYPE = BAR_GRAPH
  11.  
  12. ! *********************************************************************
  13. ! *  Graph-Specific Info.  -- Graph 3 Data Groups, of 5 Samples Each  *
  14. ! *********************************************************************
  15.  
  16. #NUMBER_OF_GROUPS  = 3
  17. #NUMBER_OF_SAMPLES = 5
  18.  
  19.  
  20. ! ********************************
  21. ! *  Graph Colors/Fill Patterns  *
  22. ! ********************************
  23.  
  24. #DRAW_COLOR    =  15
  25. #BKG_COLOR     =  0
  26. #FILL_COLORS   =  12 ^ 13 ^ 14 ^
  27.  
  28.  
  29. ! ******************
  30. ! *  Graph Titles  *
  31. ! ******************
  32.  
  33. #MAIN_TITLE    = Average Rainfall (in.), Jan-May^
  34. #LEGEND_TITLES = Chicago ^ New York ^ Seattle^
  35. #ITEM_TITLES   = Jan. ^ Feb. ^ Mar.^ Apr.^ May^
  36.  
  37.  
  38. ! *******************
  39. ! *  Graph Options  *
  40. ! *******************
  41.  
  42. #OPTIONS = 3D ^ AUTO ^
  43.  
  44.  
  45. ! ****** Graph Data (3 Groups, 5 Samples Each) ******
  46. ! * Chicago     New York       Seattle              * 
  47. ! ***************************************************
  48.  
  49. #DATA
  50.      18.0        22.0           58.0 
  51.      25.0        33.0           72.0 
  52.      30.0        20.0           40.0 
  53.      40.0        11.0           35.0 
  54.      35.0        20.0           25.0 
  55.